home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / include / pragmas / mathieeesingbas_pragmas.h < prev    next >
C/C++ Source or Header  |  1997-09-09  |  797b  |  19 lines

  1. /* $VER: ../include/pragmas/mathieeesingbas_pragmas.h 1.0 (9.8.97) */
  2. #ifndef MathIeeeSingBasBase_PRAGMA_H
  3. #define MathIeeeSingBasBase_PRAGMA_H
  4.  
  5. #pragma libcall MathIeeeSingBasBase IEEESPFix 1e 001
  6. #pragma libcall MathIeeeSingBasBase IEEESPFlt 24 001
  7. #pragma libcall MathIeeeSingBasBase IEEESPCmp 2a 1002
  8. #pragma libcall MathIeeeSingBasBase IEEESPTst 30 001
  9. #pragma libcall MathIeeeSingBasBase IEEESPAbs 36 001
  10. #pragma libcall MathIeeeSingBasBase IEEESPNeg 3c 001
  11. #pragma libcall MathIeeeSingBasBase IEEESPAdd 42 1002
  12. #pragma libcall MathIeeeSingBasBase IEEESPSub 48 1002
  13. #pragma libcall MathIeeeSingBasBase IEEESPMul 4e 1002
  14. #pragma libcall MathIeeeSingBasBase IEEESPDiv 54 1002
  15. #pragma libcall MathIeeeSingBasBase IEEESPFloor 5a 001
  16. #pragma libcall MathIeeeSingBasBase IEEESPCeil 60 001
  17.  
  18. #endif
  19.